The index.
The x.
The y.
The z.
The point metadata3 d.
XyzDataPointViewModel<TX,TY,TZ> Constructor
Initializes a new instance of the XyzDataPointViewModel<TX,TY,TZ> class.
Syntax
public XyzDataPointViewModel<TX,TY,TZ>( 
   int index,
   TX x,
   TY y,
   TZ z,
   IPointMetadata3D pointMetadata3D
)

Parameters

index
The index.
x
The x.
y
The y.
z
The z.
pointMetadata3D
The point metadata3 d.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also